home *** CD-ROM | disk | FTP | other *** search
- Document Type: WSE
- item: Global
- Version=6.0
- Title=Rtrim$
- Flags=00000100
- Split=1420
- Languages=65 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0
- Copy Default=1
- Japanese Font Name=MS Gothic
- Japanese Font Size=10
- Start Gradient=0 0 255
- End Gradient=0 0 0
- Windows Flags=00000100000000010010110000001000
- Message Font=MS Sans Serif
- Font Size=8
- Extra Flags=11111111111111111111111111111100
- Disk Filename=SETUP
- Patch Flags=0000000000000001
- Patch Threshold=85
- Patch Memory=4000
- FTP Cluster Size=20
- end
- item: Remark
- Text=This Wise 6.0 sample script demonstrates the use of the Expression Rtrim$ in the parser.
- end
- item: Remark
- end
- item: Remark
- Text=There are spaces in the Set Variable command of this end of the variable.
- end
- item: Set Variable
- Variable=ALPHANUMERIC
- Value=Wise 6.0
- end
- item: Remark
- end
- item: Remark
- Text=This is the first way to use the expression parser.
- end
- item: Remark
- Text=The Rtrim$ statement removes all spaces at the end of a variable.
- end
- item: Set Variable
- Variable=ENDRESULT
- Value=Rtrim$(Alphanumeric)
- Flags=00100000
- end
- item: Display Message
- Title=Expression Parser - Rtrim$ Test 1.
- Text=This Display message shows the set variable command in conjunction with the Expression parser.
- Text=
- Text="%Alphanumeric%" is equal to "%Endresult%" after removing the trailing spaces.
- end
- item: Remark
- end
- item: Remark
- Text=This is the other way to use the expression parser.
- end
- item: Remark
- Text=You can also use the command options such as <, >, >=, <=, and, or, not, and <>.
- end
- item: If/While Statement
- Value=Endresult = Rtrim$(Alphanumeric)
- Flags=00001101
- end
- item: Display Message
- Title=Expression Parser - Rtrim$ Test 2.
- Text=This Display message shows an if/while statement in conjunction with the Expression parser.
- Text=
- Text=Yes, "%Alphanumeric%" is equal to "%Endresult%" after removing the trailing spaces.
- end
- item: End Block
- end
-